dotnetCHARTING Send comments on this topic.
Add(ChartArea[]) Method
See Also 
dotnetCHARTING Namespace > ChartAreaCollection Class > Add Method : Add(ChartArea[]) Method


chartAreaList
A list of ChartArea objects to add.
Adds the specified ChartArea objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray chartAreaList() As ChartArea _
) 
Visual Basic (Usage)Copy Code
Dim instance As ChartAreaCollection
Dim chartAreaList() As ChartArea
 
instance.Add(chartAreaList)
C# 
public void Add( 
   params ChartArea[] chartAreaList
)

Parameters

chartAreaList
A list of ChartArea objects to add.

See Also

© 2010 All Rights Reserved.